﻿@charset "utf-8";


/*公司简介*/
.alw_about {box-sizing: border-box;padding: 50px 0;text-align: left;}
.alw_about .tit{ border-left: 5px solid #f39800; font-size: 30px; font-weight: bold; color: #333;padding-left: 20px;}
.alw_about .tit span{display: block; font-size: 14px; color: #333; font-weight: 100}

.alw_about .fl{width: 540px;}

.alw_about .fl h1{ font-size: 28px; color: #333; line-height: 60px }
.alw_about .fl p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.alw_about .fl a {
    padding: 10px 35px;
    background: #333;
    color: #fff;
    border-radius: 4px;
}

.alw_about .fr{ width: 620px;padding-top: 20px;text-align: left}


/*产品展示*/
.alw_product{
    background: url(../images/kqbg.jpg);
    height: 500px;
}
.alw_product .tit{
    text-align: center;
    font-size: 22px;
    color: #333;
    padding:40px 0;
    position: relative;
    font-weight: bold;
}
.alw_product .tit:after{content: ''; height: 1px; width: 250px; background: #999;position: absolute; left: 50%; top: 80px; margin-left: 50px}
.alw_product .tit:before{content: ''; height: 1px; width: 250px; background: #999;position: absolute; left: 50%; top: 80px; margin-left: -300px}

.alw_product .tit span{font-size: 14px; text-transform: uppercase; display: block; font-weight: 100}


.alw_product .bd {
    padding: 10px;
}

.alw_product .bd ul {
    overflow: hidden;
    zoom: 1;
}

.alw_product .bd ul li {
    margin-right: 16px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.alw_product .bd ul li:nth-child(4){margin-right: 0}
.alw_product .bd ul li .pic {
    text-align: center;
}

.alw_product .bd ul li .pic img {
    width: 285px;
    height: 218px;
    display: block;
    border: 1px solid #ccc;
}

.alw_product .bd ul li .pic a:hover img {
    border-color: #999;
}

.alw_product .bd ul li h5 {
    line-height: 50px;
    background: rgba(0,0,0,0.6);
     color: #fff;
     margin-top: 20px 
}



        .slideBoxXXXXX{ width:619px; height:273px; overflow:hidden; position:relative; border:1px solid #ddd;  }
        .slideBoxXXXXX .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;display: none }
        .slideBoxXXXXX .hd ul{ overflow:hidden; zoom:1; float:left;  }
        .slideBoxXXXXX .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
        .slideBoxXXXXX .hd ul li.on{ background:#f00; color:#fff; }
        .slideBoxXXXXX .bd{ position:relative; height:100%; z-index:0;   }
        .slideBoxXXXXX .bd li{ zoom:1; vertical-align:middle; }
        .slideBoxXXXXX .bd img{ width:619px; height:273px; display:block;  }

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBoxXXXXX .prev,
        .slideBoxXXXXX .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
        .slideBoxXXXXX .next{ left:auto; right:3%; background-position:8px 5px; }
        .slideBoxXXXXX .prev:hover,
        .slideBoxXXXXX .next:hover{ filter:alpha(opacity=100);opacity:1;  }
        .slideBoxXXXXX .prevStop{ display:none;  }
        .slideBoxXXXXX .nextStop{ display:none;  }
